/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Your name here
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #848687;
	font: 15px "Georgia", georgia, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #0B0911;
}
#page {
	background: #131422;
	margin: 1em auto;
}

#main {
    clear: both;
    padding: 0 0 0;
}

.entry-content, .entry-summary {
    padding: 0 0 0;
}



/* =Header
----------------------------------------------- */



#branding {
	border-top: 20px solid #131422;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 0.0em 0 0;
}
#site-title a {
	color: #848687;
	font-size: 40px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}

h1,h2{
        display:inline;
}

#site-description {
	color: #848687;
	font-size: 17px;
	margin: -140px ;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #131422; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#131422, #131422);
	background: -o-linear-gradient(#131422, #131422);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#131422), to(#131422)); /* older webkit syntax */
	background: -webkit-linear-gradient(#131422, #131422);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 25px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #6e7072;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #131422;
	border-bottom: 0px dotted #ddd;
	color: #6e7072;
	font-size: 20px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #131422;
}


/* Site Generator Line 
-------------------------------------------------------------- */

#site-generator {
	background: transparent ;
	border-top: 0px solid #ddd;
	color: #6e7072;
	font-size: 12px;
	line-height: 0em;
	padding: 2.2em 0.5em;
	text-align: center;
	
}
#site-generator a {
	color: #6e7072;
	font-weight: bold;
}

/* =removing line, search, page title, comment, etc...
-------------------------------------------------------------- */

#branding #s {
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    display: none;
    float: right;
    width: 72px;
}

.entry-title, .entry-title a {
    color: #222222;
    display: none;
    text-decoration: none;
}

.page-template-sidebar-page-php #respond {
    display: none;
    width: auto;
}

.hentry, .no-results {
    border-bottom: 0 solid #DDDDDD;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}

.entry-content td, .comment-content td {
    border-top: 0 solid #DDDDDD;
    padding: 6px 10px 6px 0;
}

#supplementary {
    border-top: 0px solid #DDDDDD;
    overflow: hidden;
    padding:0em 7.6%;
}

.content .commentlist, .page-template-sidebar-page-php .commentlist {
    display: none;
    width: 100%;
}


#comments-title {
    color: #666666;
    display: none;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 0 0 2.6em;
    text-transform: uppercase;
}

.entry-content table, .comment-content table {
    border-bottom: 0 solid #DDDDDD;
    margin: 0 0 1.625em;
    width: 100%;
}

/* =widget customisation
-------------------------------------------------------------- */

.widget-area {
    font-size: 15px;
}

.widget {
    margin: 0 0 0.9em;
}

.widget a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
